Click or drag to resize
SerializationDeserializeObject Method
static function to Deserialize a list from a file on hard disk. list to Deserialize.File path. this function return type is bool. cref="system.io.filenotfoundexception".

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static bool DeserializeObject(
	ref List<string> List,
	string filename
)

Parameters

List
Type: System.Collections.GenericListString
filename
Type: SystemString

Return Value

Type: Boolean
See Also